net/http.Transport.connsPerHostWait (field)
8 uses
net/http (current package)
transport.go#L111: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1530: if t.connsPerHostWait == nil {
transport.go#L1531: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1533: q := t.connsPerHostWait[w.key]
transport.go#L1536: t.connsPerHostWait[w.key] = q
transport.go#L1596: if q := t.connsPerHostWait[key]; q.len() > 0 {
transport.go#L1607: delete(t.connsPerHostWait, key)
transport.go#L1611: t.connsPerHostWait[key] = q
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |